Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / C1ObservableKeyedCollection<TKey,TItem> Class
The type of keys in the collection.
The type of objects to keep in the collection.
Members

In This Topic
    C1ObservableKeyedCollection<TKey,TItem> Class
    In This Topic
    The C1ObservableCollection<T> is the base class for all KeyedCollection derived collections. Supports notification.
    Object Model
    C1ObservableKeyedCollection<TKey,TItem> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1ObservableKeyedCollection
        (Of TKey,TItem) 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
    public abstract class C1ObservableKeyedCollection<TKey,TItem> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem> 
    Type Parameters
    TKey
    The type of keys in the collection.
    TItem
    The type of objects to keep in the collection.
    Inheritance Hierarchy
    See Also